Edit Resource: BufferTime

Description

The BufferTime attribute under EditResource allows you to set the Buffer Time for the current resource.

Parameters

Parameter Description
IsApplicable IsApplicable is a Boolean that indicates whether or not buffer time should be applied to the schedule
Duration BufferTime is a positive duration number representing seconds (millisecond fidelity).

Examples

The buffer time for FUSE is set to 3600s.

PATCH api/resource/FUSE

Body:

{

"BufferTime" : {

"IsApplicable" : "TRUE",

"Duration" : "3600" }

}